home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / sio_v034.zip / HISTORY.TXT < prev    next >
Text File  |  1993-01-11  |  3KB  |  98 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                        New information is inserted at the end.
  11.  
  12.  
  13.           Beta V0.25
  14.           ----------
  15.  
  16.           Corrected  problem introduced  in  0.25 where  many OS2  programs
  17.           could not drop DTR.
  18.  
  19.           Beta V0.26
  20.           ----------
  21.  
  22.           If a set DCB  IOCTL is issued, and if pending reads/writes exist,
  23.           the suspended threads are restarted.
  24.  
  25.           Previous versions always placed port  addresses in BIOS memory at
  26.           40:0 (DOS sessions) for  both COM1 and COM2.   The port addresses
  27.           starting at 40:0 are no longer filled in for COM1 and COM2 if SIO
  28.           did not detect a port there or if the mouse is using the port.
  29.  
  30.           I believe the problem of DOS sessions being put to sleep has been
  31.           solved.  V0.30 works well on my system with default DOS  settings
  32.           and default CONFIG.SYS entries as follows:
  33.  
  34.                In the DOS settings
  35.                IDLE_SECONDS = 0
  36.                IDLE_SENSITIVITY = 75
  37.  
  38.                In CONFIG.SYS
  39.                MAXWAIT=3
  40.                PRIORITY_DISK_IO=YES
  41.  
  42.           Note that I  said these default settings work  well with V0.30 ON
  43.           MY SYSTEM.   The above  settings may have  to be changed  on your
  44.           system.
  45.  
  46.           Beta V0.30
  47.           ----------
  48.  
  49.           An error has  been corrected in the code for DOS sessions dealing
  50.           with the comm port addresses at 40:0.
  51.  
  52.           Beta V0.31
  53.           ----------
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.           Beta V0.31
  63.           ----------
  64.  
  65.           Bit  6 of the  virtual Line Status  Register (LSR)  was stuck on.
  66.           This  has been corrected and it probably caused some DOS programs
  67.           problems.
  68.  
  69.           After two days  of testing  why incorrect "COMn  already in  use"
  70.           errors  were occurring in DOS  sessions, I traced  the problem to
  71.           the Novell Lan Drivers that I am using.  It seems that the Novell
  72.           OS2 requester drivers are  using memory that is not  allocated to
  73.           them.  I have  worked around this problem successfully  by making
  74.           the Novell drivers the last thing in CONFIG.SYS.
  75.  
  76.           Corrected a problem in the handling of DSR.
  77.  
  78.           Corrected a problem that caused  erroneous "COMn already in  use"
  79.           in OS2 sessions.
  80.  
  81.           Added OSDR and IDSR modes or operation.
  82.  
  83.           If  SIO/VSIO  seems  not  to transmit  anything,  where  previous
  84.           versions  transmitted okay, then set  your modem to  force DSR ON
  85.           or, set ODSR OFF with the MODE command.
  86.  
  87.           If  SIO/VSIO  seems  not  to  receive  anything,  where  previous
  88.           versions received  okay, then set your modem  to force DSR ON or,
  89.           set IDSR OFF using the MODE command.
  90.  
  91.           Support added for forcing 16550A chip type. (COM1,3F8,IRQ4,,F)
  92.  
  93.           Corrected  a serious problem with multiple comm ports sharing the
  94.           same IRQ.
  95.  
  96.           Beta V0.34
  97.           ----------
  98.